list head

英 [lɪst hed] 美 [lɪst hed]

网络  表头

计算机



双语例句

  1. Of course, part of the power of lists comes in recursive processing of the list elements, which simply means pulling the head from the list until the list is empty, then accumulating the results
    当然,列表的强大力量部分来自于递归处理列表元素的能力,这表示可以从列表提取头部,直到列表为空,然后累积结果
  2. This macro creates a struct list_head object onto which you can add objects.
    这个宏创建一个结构listhead对象,可以在该对象上添加其他一些对象。
  3. This is commonly done with the LIST_HEAD macro, which provides the declaration and initialization of the list.
    这通常通过LISTHEAD宏来完成,这个宏提供列表的声明和初始化。
  4. The next block on the list then becomes the new head.
    链表中的下一个块成为新的链表头。
  5. ( h: t) represents a list as a tuple, with the head of the list ( containing the first element) in h and the remainder of the list contained in t.
    把列表表示成tuple,列表的头(包含第一个元素)在h内,列表剩余的元素包含在t中。
  6. You can also create a list head manually ( for example, if your list head is in another structure) through the use of the LIST_HEAD_INIT macro.
    也可以通过使用LISTHEADINIT宏手动创建一个列表头(例如,您的列表头位于另一个结构中)。
  7. Note the addition of the list_head structure, which is used for object linkage.
    注意,清单3添加了listhead结构,该结构用于对象链接(objectlinkage)。
  8. To do so, it will pick off the first element of the list the head to do the processing on that element, and recursively pass the rest of the list to itself again.
    为此,它将选取列表的第一个元素列表头部来对该元素执行处理,然后再递归式地将列表的其余部分传递给自身。
  9. If this condition is true ( meaning I want this item in my list), I return a new list constructed by taking the current head and a filtered remainder of the list.
    如果该条件为true(即我希望该项存在于列表中),则将返回一个新列表,该列表由当前的头部项和列表中过滤后剩下的项组成。
  10. Like any list implementation, you need a list head that serves as the anchor for the list.
    与其他列表实现一样,需要一个列表头来充当列表的锚点。
  11. One view of a list is that it consists of two parts: the item at the front of the list ( the head), and all the other items.
    列表的一个特点是它由两部分组成:列表前端(头部)的项和所有其他项。
  12. For each iteration, you receive a list_head reference, which can be provided to list_entry to identify the container object ( your data structure).
    对于每次迭代,您接收一个listhead引用,listentry接收这个引用以识别容器对象(您的数据结构)。
  13. The API provides a list_head structure that is used to represent not only the list head ( anchor) but also the in-structure list pointers.
    这个API提供一个listhead结构,用于表示列表头(锚点)和结构内(in-structure)列表指针。
  14. Dont be afraid to list them in your head when you get discouraged. Give yourself a score for each finished task. This keeps you strong when facing lifes harsh realities.
    气馁时不要害怕不要心慌,每完成一个任务要给自己打个分数,这会让你坚强地面对残酷的现实生活。
  15. We often have one item on the list that is hanging over our head and just doesnt seem like it will get taken care of.
    我们的清单上通常有这样一个事项,总是悬在头顶让我们揪心,但我们好像总不会去处理它。
  16. And if one more item gets added to your to-do list, your head might explode.
    如果此时还要再加办一件事,可能你的头就要炸开了。
  17. If you decide you want to purchase an item, it can then be saved to a list with a simple head nod.
    如果你决定购买其产品,只需点下头就可加入购物车。
  18. The list which he carried in his head.
    他所记得的名单。
  19. For whatever reason, I woke up today with a list of the10 greatest American poems in my head that had been accumulating through the night.
    无论出于什么样的原因,通过昨天晚上一整夜的瞑想,今天我一觉醒来脑海里就出现了美国诗歌十强的清单。
  20. The following sections list and describe the letter parts from head to toe.
    下面从头至尾列出和阐述了一封信的各个组成部分。
  21. Sam had been working his way through Vincent lord's list of potential candidates to head the research institute.
    萨姆一直在按文森特?洛德提出的名单,寻找主持研究所工作的人选。
  22. Care must be taken, however, to ensure that the head of the list is properly updated when insertions or removals change the list head.
    不过,当插入或者删除操作改变了列表头时,必须引起注意,确保正确地更新了列表的头文件。
  23. Clutching a long list of job fairs, they head out for a brisk encounter with reality.
    手握一长串招聘会的名单,他们将启程与现实来个亲密接触。
  24. The generalized list using head and tail link and realization of some algorithms
    广义表的头尾链表表示及算法的实现
  25. You're doing the same thing, setting up a separate place to hold the accumulator; it's just a field in an object instead of the head of a list.
    你实际上就是在做同样的事,只不过划出了一个独立的区域,保存累加器函数,区别只是保存在对象的一个属性中,而不是保存在列表(list)的头(head)中。
  26. There are only discussions about arithmetic creation of simply linked list from tail to head without that from head to tail.
    许多《数据结构》教材只讨论了从表尾到表头逆向生成单链表的算法,而没有讨论从表头到表尾正向生成单链表的算法。
  27. A research on arithmetic creation of simply linked list from head to tail
    正向生成单链表算法的研究
  28. Combined the actual using situation of Nantian PR2 bankbook printer, it list two common trouble phenomenon ( type head collide wall phenomenon and horizontal electrical machinery have no movement in typing), have analyse the trouble reason carefully, has put forward some simple solutions.
    结合南天PR2存折打印机的实际使用情况,列出了两个比较常见的故障现象(即打印头撞墙现象和打印中水平电机无动作的现象),仔细分析了故障原因,提出了一些简单的解决方法。
  29. It is based on the basic idea of shift register. Each priority FIFO queue is organized as a linked list. It solves the HOL ( Head of Line) problem efficiently by setting the high-speed local bus.
    PFQ借鉴了移位寄存器的基本思想,按链表形式组织每个FIFO队列,通过设置高速局部总线,有效解决了头信元阻塞问题。
  30. Thus our country 1997 criminal law will receive right of indoor robbery list as the offense of robbery head of eight kind of legal aggravation plot, will highlight robs the criminal offense to the residence the severe attack.
    因而1997年《中华人民共和国刑法》(以下简称《刑法》)将入户抢劫列为抢劫罪的八种法定加重情节之首,突出对入户抢劫刑事犯罪的严厉打击。